home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / M / MacOberon241.cpt / MacOberon 2.4(1) / Super.Tool (.txt) < prev    next >
Oberon Text  |  1991-12-12  |  4KB  |  118 lines

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax10i.Scn.Fnt
  5. Syntax10b.Scn.Fnt
  6. Syntax12.Scn.Fnt
  7. Syntax12i.Scn.Fnt
  8. Syntax12b.Scn.Fnt
  9. Syntax14.Scn.Fnt
  10. Syntax16.Scn.Fnt
  11.     Syntax20.Scn.Fnt
  12. Syntax24.Scn.Fnt
  13. PopupElems
  14. Alloc
  15. System
  16. Syntax10.Scn.Fnt
  17. System.Collect
  18. System.Directory ^
  19. System.Recall
  20. System.OpenLog
  21. System.State ^
  22. System.ShowModules
  23. System.ShowCommands ^
  24. System.Time
  25. System.Watch    
  26. Syntax10.Scn.Fnt
  27. Ed.Open ^
  28. Hex.Open ^
  29. Edit.Open ^
  30. Write.Open ^
  31. Paint.Open ^
  32. Draw.Open ^
  33. System.Open ^
  34. Write.SysOpen ^
  35. System.OpenLog    
  36. Print
  37. Syntax10.Scn.Fnt
  38. Edit.Print Pluto *
  39. Paint.Print Pluto *
  40. Draw.Print Pluto *
  41. Write.Print Pluto *    
  42. Fonts
  43. Syntax10.Scn.Fnt
  44. System.SetFont Syntax10.Scn.Fnt
  45. System.SetFont Courier10.Scn.Fnt
  46. System.SetFont Geneva10.Scn.Fnt
  47. System.SetFont Helvetica10.Scn.Fnt
  48. ____________________________________________________________
  49. Edit.ChangeFont Syntax10.Scn.Fnt
  50. Edit.ChangeFont Courier10.Scn.Fnt
  51. Edit.ChangeFont Geneva10.Scn.Fnt
  52. Edit.ChangeFont Helvetica10.Scn.Fnt
  53. ____________________________________________________________
  54. Edit.ChangeFont Geneva10.Scn.Fnt
  55. Edit.ChangeFont Geneva20.Scn.Fnt
  56. Edit.ChangeFont Geneva40.Scn.Fnt
  57. Edit.ChangeFont Geneva80.Scn.Fnt
  58. Edit.ChangeFont Geneva160.Scn.Fnt
  59. Syntax10.Scn.Fnt
  60. Edit.Show
  61. Edit.Recall
  62. Edit.Search
  63. Edit.Locate
  64. Edit.Print Pluto *
  65. Write
  66. Syntax10.Scn.Fnt
  67. Write.Recall @
  68. Write.InsertParc @
  69. Write.Locate ^
  70. Write.SelectParc @
  71. Write.Set line 10
  72. Write.Set line 34
  73. Write.Set line 51
  74. Write.Set line 68
  75. Write.Set lead 10
  76. Write.Set lead 34
  77. Write.Set lead 68
  78. Elems
  79. Syntax10.Scn.Fnt
  80. FoldElems.Insert
  81. FoldElems.Expand
  82. FoldElems.Collapse
  83. FoldElems.Search ^
  84. FoldElems.Marks on
  85. FoldElems.Marks off
  86. ClockElems.Insert
  87. IconElems.Insert
  88. GraphicElems.Insert *
  89. Browser
  90. Syntax10.Scn.Fnt
  91. Browser.ShowDef ^
  92. Browser.ShowObj ^
  93. Browser.ShowTree ^
  94. Compile
  95. Syntax10.Scn.Fnt
  96. Compiler.Compile *
  97. Compiler.Compile */s
  98. _______________________________________
  99. Compiler.Compile */n
  100. Compiler.Compile */x
  101. Compiler.Compile */xnt
  102. _______________________________________
  103. FoldComp.Compile *
  104. FoldComp.Compile */s
  105. FoldComp.ShowError
  106. ClockElems
  107. You may wish to use the Write system for creating tools with a higher functionality than is possible using ordinary TextFrames.  This sample tool includes popup menus and analog clocks that behave like ordinary characters, i.e. they float in the text and can be copied and deleted.
  108.         r10  i10  b10  r12  i12  b12  r14  r16  r20  r24
  109. Set a character to one of the fonts displayed above by interclicking the Select button while pointing to the template font above with the Position button.
  110. Edit a Popup-Menu by interclicking Select during Action.  Any changes you make to the menu text are propagated to the menu instantly.  The font of the Popup_Box may be changed like that of any other character, as explained above.  Insert a new Popup_Element by executing the command PopupElems.Insert "name".  It may then be opened for editing.
  111. Insert analog clocks of any size by positioning the caret and executing ClockElems.Insert with an integer parameter giving the required size.
  112. _______________________________________________________________________________________________________________________
  113.     *.Text    *.Mod    *.Tool    *.Graph    *.Ob3    *.Bak    */dls
  114. _______________________________________________________________________________________________________________________
  115. System.Free ~    System.State ~
  116. System.CopyFiles => ~    System.RenameFiles => ~
  117. System.DeleteFiles ~
  118.